home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
crocosnack.swf
/
scripts
/
frame_1
/
PlaceObject2_23_7
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
353 b
|
15 lines
onClipEvent(enterFrame){
Bloaded = _root.getBytesLoaded();
if(Bloaded >= Btotal and this._currentframe == 1)
{
this.gotoAndPlay("sonne");
trace("devrait aller a sonnesti");
}
else
{
var percentage = Bloaded / Btotal;
var rotDegree = 360 * percentage;
this.hand._rotation = rotDegree;
}
}